home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu086.dms / pu086.adf / Single-disk < prev    next >
Text File  |  1990-12-02  |  514b  |  24 lines

  1. ;  Single-Disk        within        NorthC
  2. ;
  3. ;
  4. ; Setup NorthC to run on a single disk Amiga 500.
  5. ;
  6. ; I would recommend that you go out and buy a second drive if you want
  7. ; to do any real work, but just for a quick play...
  8. ;
  9.  
  10. ; Reduce the ammount of disk swapping needed
  11. copy c:copy ram:
  12.  
  13. ; Copy the essential tools
  14. copy NorthC:bin/NorthC ram:
  15. copy NorthC:bin/A68K ram:
  16. copy NorthC:bin/Blink ram:
  17. copy NorthC:bin/cc ram:
  18.  
  19. ; Now set up the library path
  20. assign clibs: NorthC:clibs
  21.  
  22. ; Free up a tiny bit of memory
  23. delete ram:copy
  24.